home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 86 / PC_Format_September1998_Issue86.iso / Critical / CMiFree / intro.dxr / 00001_Main Movie Scripts.ls next >
Encoding:
Text File  |  1998-07-13  |  499 b   |  27 lines

  1. on startMovie
  2.   if the colorDepth <> 16 then
  3.     set the colorDepth to 16
  4.   end if
  5. end
  6.  
  7. on introRoller
  8.   if rollOver(20) then
  9.     set the visible of sprite 2 to 1
  10.     set the visible of sprite 3 to 0
  11.   else
  12.     if rollOver(21) then
  13.       set the visible of sprite 2 to 0
  14.       set the visible of sprite 3 to 1
  15.     else
  16.       set the visible of sprite 2 to 0
  17.       set the visible of sprite 3 to 0
  18.     end if
  19.   end if
  20.   setTheVolumePlease()
  21. end
  22.  
  23. on stopMovie
  24.   puppetSound(1, 0)
  25.   puppetSound(0)
  26. end
  27.